home *** CD-ROM | disk | FTP | other *** search
- //{{AFX_INCLUDES()
- #include "cell.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_PAGESDLG_H__7FD45947_CFDD_11D1_8DD8_444553540000__INCLUDED_)
- #define AFX_PAGESDLG_H__7FD45947_CFDD_11D1_8DD8_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // PagesDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CPagesDlg dialog
-
- class CPagesDlg : public CDialog
- {
- // Construction
- public:
- CPagesDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CPagesDlg)
- enum { IDD = IDD_DIALOG_PAGES };
- CString m_label;
- UINT m_pageno;
- CCell m_ctrl;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPagesDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CPagesDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButtonLabel();
- afx_msg void OnButtonNo();
- afx_msg void OnOnPageChangeSgctrl1(long oldpage, long newpage);
- afx_msg void OnOnAllowComeToPageSgctrl1(long page, VARIANT FAR* allow);
- virtual void OnOK();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PAGESDLG_H__7FD45947_CFDD_11D1_8DD8_444553540000__INCLUDED_)
-